func crypto/x509.toLowerCaseASCII
6 uses
crypto/x509 (current package)
verify.go#L867: return toLowerCaseASCII(hostA) == toLowerCaseASCII(hostB)
verify.go#L871: pattern = toLowerCaseASCII(pattern)
verify.go#L898: func toLowerCaseASCII(in string) string {
verify.go#L953: candidateName := toLowerCaseASCII(h) // Save allocations inside the loop.
verify.go#L978: return strings.Split(toLowerCaseASCII(strings.TrimSuffix(host, ".")), ".")
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |